object Form11: TForm11 Left = 577 Top = 587 BorderIcons = [biSystemMenu] BorderStyle = bsSingle Caption = 'Install Key from RegNow network' ClientHeight = 163 ClientWidth = 342 Color = clBtnFace Font.Charset = DEFAULT_CHARSET Font.Color = clWindowText Font.Height = -11 Font.Name = 'MS Sans Serif' Font.Style = [] OldCreateOrder = False PixelsPerInch = 96 TextHeight = 13 object Label1: TLabel Left = 8 Top = 8 Width = 28 Height = 13 Caption = 'Name' end object Label2: TLabel Left = 8 Top = 40 Width = 18 Height = 13 Caption = 'Key' end object Label3: TLabel Left = 8 Top = 72 Width = 313 Height = 49 AutoSize = False Caption = 'If you used the Digital River Network for registrationyou don'#39't ' + 'need to manually enter the keys Digital River will keep track of' + ' the keys automatically for you.' WordWrap = True end object Edit1: TEdit Left = 80 Top = 8 Width = 241 Height = 21 TabOrder = 0 end object Edit2: TEdit Left = 80 Top = 40 Width = 241 Height = 21 TabOrder = 1 end object Button1: TButton Left = 256 Top = 128 Width = 75 Height = 25 Caption = 'OK' ModalResult = 1 TabOrder = 2 OnClick = Button1Click end object Button2: TButton Left = 176 Top = 128 Width = 75 Height = 25 Caption = 'Cancel' ModalResult = 2 TabOrder = 3 end end